Benchmark metrics#331
Closed
javaThonc wants to merge 8 commits intomicrosoft:mainfrom
javaThonc:benchmark_metrics
Closed
Benchmark metrics#331javaThonc wants to merge 8 commits intomicrosoft:mainfrom javaThonc:benchmark_metrics
javaThonc wants to merge 8 commits intomicrosoft:mainfrom
javaThonc:benchmark_metrics
Conversation
you-n-g
reviewed
Mar 12, 2021
| @@ -0,0 +1,192 @@ | |||
| { | |||
Collaborator
There was a problem hiding this comment.
Why is this file necessary in this PR?
| @@ -0,0 +1,157 @@ | |||
| # Copyright (c) Microsoft Corporation. | |||
Collaborator
There was a problem hiding this comment.
Why is this file necessary in this PR?
| @@ -0,0 +1,62 @@ | |||
| qlib_init: | |||
Collaborator
There was a problem hiding this comment.
Why is this file necessary in this PR?
| @@ -0,0 +1,157 @@ | |||
| # Copyright (c) Microsoft Corporation. | |||
Collaborator
There was a problem hiding this comment.
Why is this file necessary in this PR?
| return super().load(name) | ||
|
|
||
| class HFSignalRecord(SignalRecord): | ||
| """ |
Collaborator
There was a problem hiding this comment.
Why is this file necessary in this PR?
| | ALSTM (Yao Qin, et al.) | Alpha360 | 0.0493±0.01 | 0.3778±0.06| 0.0585±0.00 | 0.4606±0.04 | 0.0513±0.03 | 0.6727±0.38| -0.1085±0.02 | | ||
| | GATs (Petar Velickovic, et al.) | Alpha360 | 0.0475±0.00 | 0.3515±0.02| 0.0592±0.00 | 0.4585±0.01 | 0.0876±0.02 | 1.1513±0.27| -0.0795±0.02 | | ||
| | DoubleEnsemble (Chuheng Zhang, et al.) | Alpha360 | 0.0407±0.00| 0.3053±0.00 | 0.0490±0.00 | 0.3840±0.00 | 0.0380±0.02 | 0.5000±0.21 | -0.0984±0.02 | | ||
| | SFM (Liheng Zhang, et al.)| Alpha360 | 0.0314±0.00 | 0.2389±0.02| 0.0407±0.00 | 0.3245±0.01 | 0.0127±0.01 | 0.1440±0.07| -0.1631±0.01 | |
Collaborator
Contributor
Author
There was a problem hiding this comment.
I ran it 5 times. I will run the model again and update it.
Collaborator
|
@javaThonc Besides, please resolve the conflicts. |
you-n-g
pushed a commit
to you-n-g/qlib
that referenced
this pull request
Aug 16, 2025
* change feedback tpl * feedback tpl changes * fix feedback tpl * fix train.py of feedback tpl * add rf model for feedback tpl * fix CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

update the effect of Tabnet on Alpha 360/158 dataset and SFM effect on Alpha 360 after fixing the bugs